iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 13
0
Mobile Development

Android 到底能幹嘛 ?系列 第 13

[Day13] Menu | 聽起來很像菜單,並沒有

  • 分享至 

  • xImage
  •  

其實呢 Menu就是昨日文章提到的置底功能列

一樣需要藉著xml去設置我們的功能列

Layout

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:id="@+id/new_game"
          android:icon="@drawable/ic_new_game"
          android:title="@string/new_game"
          android:showAsAction="ifRoom"/>
    <item android:id="@+id/help"
          android:icon="@drawable/ic_help"
          android:title="@string/help" />
</menu>

上一篇
[Day12] BottomNavigationView | 功能欄放底下才是最好看的
下一篇
[Day14] Sharepreference
系列文
Android 到底能幹嘛 ?30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言